home *** CD-ROM | disk | FTP | other *** search
- #ifndef _VBCCINLINE_EXAMPLE_H
- #define _VBCCINLINE_EXAMPLE_H
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
-
- ULONG __ex_TestRequest(__reg("a0") STRPTR title, __reg("a1") STRPTR body, __reg("a2") STRPTR gadgets, __reg("a6") void *)="\tJSR\t-30(A6)";
- #define ex_TestRequest(title, body, gadgets) __ex_TestRequest((title), (body), (gadgets), ExampleBase)
-
- ULONG __ex_TestRequest2A(__reg("a0") STRPTR title, __reg("a1") STRPTR body, __reg("a2") STRPTR gadgets, __reg("a3") APTR args, __reg("a6") void *)="\tJSR\t-36(A6)";
- #define ex_TestRequest2A(title, body, gadgets, args) __ex_TestRequest2A((title), (body), (gadgets), (args), ExampleBase)
-
- #endif /* _VBCCINLINE_EXAMPLE_H */
-